Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Scoping CSS to showcase styled components

Started by Tim Briscoe 8 years ago · 2 replies · 703 views
8 years ago

I am building a style guide using Grav. I'd like to show examples of styled components by referencing an external stylesheet—but without override the Grav's own styles. Something like:

Here is an example of preferred table styling:

(Show html code)

(Show styled example using above html combined with external css)

In other words, the scope of the style would be limited to the component examples. I initially thought iframes for each example was the way to go. That's probably untenable.

Can anyone think of a better way to build this concept?

8 years ago

Don't think its possible without the iframe, only if you add maybe a custom class infront of the external css and then you call it here that could work?

8 years ago

Thank you for the response. I do think a custom class is the way to go.

Suggested topics

Topic Participants Replies Views Activity
Support · by Marcel, 5 days ago
0 85 5 days ago
Support · by JakobDB, 6 days ago
1 91 6 days ago
Support · by ramenos, 7 days ago
3 103 6 days ago
Support · by gravinator, 2 weeks ago
3 229 1 week ago
Support · by Roger Parkinson, 2 weeks ago
3 308 2 weeks ago