ai on 8.2.7
ai on main
Release 8.2.7 version (compare)
ai on main
Update dependencies (compare)
ai on main
Ignore path module for browser … Merge pull request #1536 from m… (compare)
ai on main
More space (compare)
ai on main
Try to put separated between lo… (compare)
ai on main
Use same size for logos (compare)
ai on main
Add new sponsor (compare)
ai on main
Add postcss-add-root-selector t… Merge pull request #1535 from i… (compare)
postcss-scss
parser
$var: 1
as a $var
declaration with 1
color: $black
in SCSS, you will have { prop: 'color', value: '$black' }
decl.value
variables
option
-c
option sets directory to look for postcss config files with standard config names: https://github.com/michael-ciniawsky/postcss-load-config#usage
--use
option, not both
line-height: 0vw;
to the pages body for responsive fonts size, see for example seaneking/postcss-responsive-type#15 or twbs/rfs#14 . When I try to use it with cssnano the vw
is stripped, which makes sense for all other cases but this one. Is there a workaround for this case and/or should I open a ticket for this ? (I checked the project's tickets and doc and found nothing mentioning it, sorry if it's documented somewhere)