-
Maybe it's possible to add a way to make custom CSS for people who want to specialize their client?
-
So far we have an idea that any color picker or settings that will be building custom css automatically will create a generated css file in the media folder...
-
Hello,
I'm trying to find how to customize CSS, I have located the files and .JS I could get what I wanted. But is there another way directly into the component or the modal is called to customize it?…
artsx updated
4 years ago
-
:root {
--theme-color: #51b1dd;
}
body {
background: #121212;
}
-
Objective: replace bulma framework
---
- http://postcss.org/
- http://cssnext.io/
# Plugins
https://github.com/francoisromain/postcss-button
-
I'm new to Trac plugins. I wonder if it is possible to add custom CSS to readme preview section?
-
hi @nodejh , another long-time user here :) . I would like to have the ability to introduce custom CSS stuff into the theme so I can tweak a bit to my wishes. as far as I can see this is not possible …
-
There should definitely be a way to use a custom CSS file. I wonder if making it more user-friendly by making a couch-backed CSS generation website would be a good idea. It could be very simple; just …
-
Ciao!
sto provando il tuo plugin su vari siti e ho notato che con un particolare tema (the 7) non viene inserito nella pagina il codice css personalizzato...
non è un grosso problema, ho inserito il…
Filoz updated
7 years ago
-
Hi, first of all, thanks for making elm-zen-css! 😁
I’m having an issue with this code for a radio button group
```elm
radioButton : Class
radioButton =
CSS.class "radioButton" []
…