Merge branch 'master' of https://github.com/connorskees/grass into modules

This commit is contained in:
Connor Skees 2020-07-29 07:32:12 -04:00
commit be027c8105

View File

@ -137,5 +137,5 @@ test!(
color: red; color: red;
} }
}", }",
"@-webkit-keyframes foo {\n 0% {\n color: red;\n }\n}\n" "@keyframes foo {\n 12.5% {\n color: red;\n }\n}\n"
); );