Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 3, 2016
1 parent d079f47 commit 3eadba0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 36 deletions.
66 changes: 33 additions & 33 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"adjoining-classes": true,
"box-model": true,
"box-sizing": true,
"bulletproof-font-face": true,
"compatible-vendor-prefixes": true,
"display-property-grouping": true,
"duplicate-background-images": true,
"duplicate-properties": true,
"empty-rules": true,
"fallback-colors": true,
"floats": true,
"font-faces": true,
"font-sizes": true,
"gradients": true,
"ids": true,
"import": false,
"important": true,
"known-properties": false,
"non-link-hover": true,
"outline-none": true,
"overqualified-elements": true,
"qualified-headings": false,
"regex-selectors": true,
"shorthand": true,
"star-property-hack": true,
"text-indent": true,
"underscore-property-hack": true,
"vendor-prefix": true,
"unique-headings": false,
"universal-selector": true,
"unqualified-attributes": true,
"zero-units": true
}
"adjoining-classes": true,
"box-model": true,
"box-sizing": true,
"bulletproof-font-face": true,
"compatible-vendor-prefixes": true,
"display-property-grouping": true,
"duplicate-background-images": true,
"duplicate-properties": true,
"empty-rules": true,
"fallback-colors": true,
"floats": true,
"font-faces": true,
"font-sizes": true,
"gradients": true,
"ids": true,
"import": false,
"important": true,
"known-properties": false,
"non-link-hover": true,
"outline-none": true,
"overqualified-elements": true,
"qualified-headings": false,
"regex-selectors": true,
"shorthand": true,
"star-property-hack": true,
"text-indent": true,
"underscore-property-hack": true,
"vendor-prefix": true,
"unique-headings": false,
"universal-selector": true,
"unqualified-attributes": true,
"zero-units": true
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ build/
app/templates/src/stylesheets/stylus/helpers/_functions.styl
app/templates/src/stylesheets/stylus/helpers/_mixins.styl
app/templates/src/stylesheets/sass/helpers/_functions.scss
app/templates/src/stylesheets/sass/helpers/_mixins.scss
app/templates/src/stylesheets/sass/helpers/_mixins.scss
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ node_js:
- "stable"

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g gulp

script:
Expand Down

0 comments on commit 3eadba0

Please sign in to comment.