Skip to content

Fix --text-hide's invalid property value#18

Closed
ykpythemind wants to merge 2 commits intoturretcss:masterfrom
ykpythemind:master
Closed

Fix --text-hide's invalid property value#18
ykpythemind wants to merge 2 commits intoturretcss:masterfrom
ykpythemind:master

Conversation

@ykpythemind
Copy link

@ykpythemind ykpythemind commented Nov 27, 2017

in turret/_mixins.css

--text-hide {
 font: ~"0/0" a;

it is invalid property value, isn't it?
Chrome's style inspector warns.

In addition, I fail to Rails assets precompile (when compiling turretcss.min.css )

rake assets:precompile RAILS_ENV=production                                                                   fix_production_precompile ✱
Running via Spring preloader in process 89873
yarn install v1.3.2
[1/4] 🔍  Resolving packages...
success Already up-to-date.
✨  Done in 0.47s.
rake aborted!
Sass::SyntaxError: Invalid CSS after "...text-hide{font:": expected expression (e.g. 1px, bold), was "~"0/0" a;color:..."
(sass):14

@scottdejonge
Copy link
Contributor

Resolved with #20 published in v4.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants