Auto Prefix replacement
See original GitHub issueA really popular issue is the ability to have variable properties… but the main/only use-case I’ve seen is prefixes.
I saw that stylus supports automatically expanding properties with prefixes…
For cases where the syntax is different we suggest people use a mixin for that property and alter the arguments to work with different versions.
For cases where the syntax is the same, I suggest we have
-*-gradient: blah;
which is transformed to a set of prefixes
-webkit-gradient: blah;
-ms-gradient: blah;
-mozilla-gradient: blah;
which can be overridden with a option
--prefixes=ms,webkit
Issue Analytics
- State:
- Created 11 years ago
- Comments:25 (23 by maintainers)
Top Results From Across the Web
How to Automatically Update Prefix Lists - TechLibrary
Retrieve Prefix-list: Use bgpq3 ... Using bgpq3 , create a .txt file in the directory prefix-list.d/ for each AS-SET that you wish to...
Read more >Change system generated Out of Office Prefix in Exchange ...
My customer wants to change the system generated prefix for out of office messages in Exchange Online. Is there a possibility to replace...
Read more >Solved: Changing Prefix of a Table Auto Number. - ServiceNow
Solved: Hi all, I have a requirement to change the prefix of Auto number field in the table which I got from integration....
Read more >Autoprefixer: A Postprocessor for Dealing with Vendor ...
Autoprefixer parses CSS files and adds vendor prefixes to CSS rules using the Can I Use database to determine which prefixes are needed....
Read more >Replace prefixes in XML-message - Stack Overflow
If a prefix exists in the dictionary it is replaced. Testing this reader with an earlier ... Auto if you want to write...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Based on the fact that we’re going to move forward with variable interpolation within properties, then, as has been mentioned, I think this is now solved. Because you will essentially be able to do this.
That’s all the control and configuration you need in the world. Putting vars into properties was really only the missing step. So closing.
@bassjobsen This was (relatively) recently discussed once more in still open #1917.