You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
currently this isn´t an feature of precss.
However there is also a postcss plugin for that called postcss-number-functions.
IMO this potentially could get added to precss since it tries to emulate a lot of the sass features.
Until then you can just add this plugin to your postcss-plugin list :)
(Note: your plugins will be executed from bottom to top, might help if you run into issues)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am moving some .scss files to PostCSS but I came across with this rule:
With this method http://sass-lang.com/documentation/Sass/Script/Functions.html#percentage-instance_method, we able to get this:
I wondering if it possible to do that with your plugin?
Regards
The text was updated successfully, but these errors were encountered: