diff --git a/.gitignore b/.gitignore index 42056232e..856863e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store .git -_old +.vscode +dist node_modules -raw test diff --git a/.stylelintrc b/.stylelintrc new file mode 100755 index 000000000..7a7ca3ffc --- /dev/null +++ b/.stylelintrc @@ -0,0 +1,40 @@ +{ + "extends": [ + "stylelint-config-twbs-bootstrap" + ], + "rules": { + "declaration-property-value-disallowed-list": { + "border": "none", + "outline": "none" + }, + "function-disallowed-list": [ + "calc", + "lighten", + "darken" + ], + "property-disallowed-list": [ + "border-radius", + "border-top-left-radius", + "border-top-right-radius", + "border-bottom-right-radius", + "border-bottom-left-radius", + "transition" + ], + "scss/dollar-variable-default": [ + true, + { + "ignore": "local" + } + ], + "scss/selector-no-union-class-name": true + }, + "overrides": [ + { + "files": "scss/**/*.{test,spec}.scss", + "rules": { + "scss/dollar-variable-default": null, + "declaration-no-important": null + } + } + ] +} diff --git a/LICENSE b/LICENSE index 2c2b391db..15633a560 100644 --- a/LICENSE +++ b/LICENSE @@ -18,10 +18,10 @@ In the CoreUI Icons Free download, the MIT license applies to all non-font and non-icon files. # Attribution -Attribution is required by MIT, SIL OLF, and CC BY licenses. Downloaded Font -Awesome Free files already contain embedded comments with sufficient -attribution, so you shouldn't need to do anything additional when using these -files normally. +Attribution is required by MIT, SIL OLF, and CC BY licenses. Downloaded +CoreUI Icons Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using +these files normally. We've kept attribution comments terse, so we ask that you do not actively work to remove them from files, especially code. They're a great way for folks to @@ -29,8 +29,8 @@ learn about CoreUI Icons. # Brand Icons All brand icons are trademarks of their respective owners. The use of these -trademarks does not indicate endorsement of the trademark holder by Font -Awesome, nor vice versa. **Please do not use brand logos for any purpose except +trademarks does not indicate endorsement of the trademark holder by CoreUI, +nor vice versa. **Please do not use brand logos for any purpose except to represent the company, product, or service to which they refer.** --- diff --git a/README.md b/README.md index 9f3fc5daf..3256508a0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,44 @@ -# CoreUI Icons - Simply beautiful open source icons -CoreUI Icons is an open-source icon set with more than 1500 icons in multiple formats SVG, PNG, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app. +
+
+