Skip to content
Snippets Groups Projects
Commit 2e09299b authored by RANWEZ Pierre's avatar RANWEZ Pierre :anchor:
Browse files

:sparkles: feat: README pseudo elements

parent 38c2674e
No related branches found
No related tags found
1 merge request!1✨ feat: CSSLSD V2
...@@ -77,6 +77,8 @@ You can extend parameter by heritage with template `[<parameter> <type> <option> ...@@ -77,6 +77,8 @@ You can extend parameter by heritage with template `[<parameter> <type> <option>
You can use without CSSLSD code without any parameters, use same template like above. How to use : `[<type> <option> <audio or midi control>]`. You can use without CSSLSD code without any parameters, use same template like above. How to use : `[<type> <option> <audio or midi control>]`.
Pseudo elements like `::after` or `::before` are working, if element have already a pseudo element add your CSS LSD template otherwise add pure CSS, it will create the pseudo element by adding style with class `CSSLSD` at the end of the document. For this pure CSS add : `position:absolute; content:''; width:10px; height:10px;`.
Code example: Code example:
```css ```css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment