-
In the project I am currently working on I am taking advantage of the descendant selector to change the look of more elements adding a class to the parent container.
``` css
.calendar-list-header lab…
-
There is a lot of custom CSS here where there needn't be. Foundation does most of what was custom coded, and I'd like to see that code be removed and utilize Foundation's code whenever possible.
-
Each time I click the extract button, it is appending duplicate of the already created CSS. Can this be fixed?
-
We have a design with a lot of different carousels. Every slide can also have different styles.
This force us to:
- wrap every carousel to define the general style
- add an extra layer inside ev…
-
It is better to use css classes not the element in css.
It is hard to use the html tags in css especially if your code will be longer later .
-
Consider changing from extensive use of inline style to using generic classes in external CSS Stylesheet
-
Probably not the right way to ask this, but is there any way to add custom classes? For example, p.lead, div.test ?
-
Would be nice to be able to overwrite the button css classes.
Are you open to a PR?
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
In the category and tag block each category or tag should have their own css class.
**Current state:**
## What is your proposed solution?
Currently it's not possible to target one specific …