styled-jsx-plugin-less
styled-jsx-plugin-less copied to clipboard
Plugin to add less support to styled-jsx. Warning this is a Proof Of Concept plugin.
- possible fix to https://github.com/erasmo-marin/styled-jsx-plugin-less/issues/3 - same solution as https://github.com/giuseppeg/styled-jsx-plugin-sass/pull/30 follow up on that one to see if any problems is related Please help me review this if there are...
For example i have: ```jsx {/*language=LESS*/} {` .ActionButton { height: 40px; width: 100%; background-color: @orangish; display: flex; align-items: center; justify-content: center; transition: background-color 250ms ease; cursor: pointer; text-decoration: none; &:hover...
Hello, thanks for your work on this lib. Currently, Im trying to port all `.less` styles into app with `styled-jsx`. There are several files that should be imported. Imports works...