feat(css): Add automatic prefixes
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d2ada7064c
commit
fc69a68248
3
Gemfile
3
Gemfile
@ -12,7 +12,8 @@ gem "github-pages", group: :jekyll_plugins
|
|||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-paginate", "~> 1.1.0"
|
gem "jekyll-paginate", "~> 1.1.0"
|
||||||
|
gem "octopress-autoprefixer", "~> 2.0.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
@ -23,6 +23,12 @@ sass:
|
|||||||
sass_dir: "_scss"
|
sass_dir: "_scss"
|
||||||
style: ":compressed"
|
style: ":compressed"
|
||||||
|
|
||||||
|
# AutoPrefixer
|
||||||
|
autoprefixer:
|
||||||
|
browsers:
|
||||||
|
- "> 1%"
|
||||||
|
- "last 10 versions"
|
||||||
|
|
||||||
# Compress HTML
|
# Compress HTML
|
||||||
compress_html:
|
compress_html:
|
||||||
blanklines: false
|
blanklines: false
|
||||||
@ -52,6 +58,7 @@ author:
|
|||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
- "jekyll-paginate"
|
- "jekyll-paginate"
|
||||||
|
- "octopress-autoprefixer"
|
||||||
|
|
||||||
# Exceptions
|
# Exceptions
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user