Skip to content

Commit

Permalink
Merge pull request liferay#3069 from pat270/clay-2037
Browse files Browse the repository at this point in the history
fix(@clayui/css): Use prettier to format Clay CSS
  • Loading branch information
pat270 authored Apr 7, 2020
2 parents 94972b1 + 7d65ec6 commit 0273c22
Show file tree
Hide file tree
Showing 219 changed files with 9,489 additions and 6,607 deletions.
17 changes: 11 additions & 6 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
*.d.ts
.git
bower_components
build
clay-css
copyright.js
coverage
lib
clayui.com/.cache
clayui.com/public
clayui.com/react-docgen
clayui.com/static
/clayui.com/.cache
/clayui.com/public
/clayui.com/react-docgen
/clayui.com/static
node_modules
package-lock.json
packages/generator-clay-component/app/templates
/packages/clay-css/**/*.md
/packages/clay-css/**/*.js
/packages/clay-css/sassdoc-theme-clay-css
/packages/clay-css/src/scss/bootstrap/**/*.scss
/packages/clay-css/src/scss/functions/_global-functions.scss
/packages/generator-clay-component/app/templates
yarn.lock
7 changes: 4 additions & 3 deletions clayui.com/src/styles/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
.list-group .list-group-item {
border-width: 0;

&:hover, &.active {
background-color: #F5F9FF;
&:hover,
&.active {
background-color: #f5f9ff;
}

&:first-child {
Expand All @@ -66,4 +67,4 @@
border-bottom-right-radius: 4px;
}
}
}
}
2 changes: 1 addition & 1 deletion clayui.com/src/styles/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
.clay-blog-content {
max-width: 840px;
}
}
}
Loading

0 comments on commit 0273c22

Please sign in to comment.