mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
vendor.yml: added stylesheets imported from packages
This commit is contained in:
@@ -40,10 +40,12 @@
|
|||||||
# Minified JavaScript and CSS
|
# Minified JavaScript and CSS
|
||||||
- (\.|-)min\.(js|css)$
|
- (\.|-)min\.(js|css)$
|
||||||
|
|
||||||
|
#Stylesheets imported from packages
|
||||||
|
- ([^\s]*)import\.(css|less|scss|styl)$
|
||||||
|
|
||||||
# Bootstrap css and js
|
# Bootstrap css and js
|
||||||
- (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$
|
- (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$
|
||||||
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
|
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
|
||||||
- (^|/)bootstrap/([^\s]*)import\.(css|less|scss|styl)$
|
|
||||||
|
|
||||||
# Font Awesome
|
# Font Awesome
|
||||||
- (^|/)font-awesome\.(css|less|scss|styl)$
|
- (^|/)font-awesome\.(css|less|scss|styl)$
|
||||||
@@ -54,7 +56,7 @@
|
|||||||
# Normalize.css
|
# Normalize.css
|
||||||
- (^|/)normalize\.(css|less|scss|styl)$
|
- (^|/)normalize\.(css|less|scss|styl)$
|
||||||
|
|
||||||
# Bourbon SCSS
|
# Bourbon css
|
||||||
- (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$
|
- (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$
|
||||||
|
|
||||||
# Animate.css
|
# Animate.css
|
||||||
|
|||||||
Reference in New Issue
Block a user