mdcss icon indicating copy to clipboard operation
mdcss copied to clipboard

Easily create and maintain style guides using CSS comments

Results 11 mdcss issues
Sort by recently updated
recently updated
newest added

I just followed the basic example ```css /* index.css */ /*--- title: Buttons section: Base CSS --- Button styles can be applied to any element. Typically you'll want to use...

This version of marked fixes security vulnerabilities.

Hey, I'm with a problem to generate my styleguide on windows, it's just a simple task ``` javascript gulp.task('style',function() { return gulp.src('css/*.css') .pipe( postcss([ require('mdcss')({ title: 'styleguide', examples: { css:...

if you setup your css files with crlf line separator you just get an empty page

@jonathantneal I'm asking in an issue because I genuinely don't know where to start on this one. I'd like to expand this project into handling larger scale guides that separate...

Hey Jonathan, Firstly: thank you for another neat tool. 🙌 A couple of times I've run into the fact that mdcss is quite picky regarding CSS comment structure/whitespace issues: `example:html`...

Unsure if this can actually be done, as I can't see from the documentation. I have partial stylesheets that get included into the main style.scss, however if I put any...

Tidied up index.js and updated readme to reflect changes

Being able to comment throughout a given partial file would be nice. Currently when you have multiple comments in a file it treats it as a completely separate set of...

I'd like to be able to nest sections. Say i have `Foo` section, using BEM in my css, I'd like to be able to group all of foo's modifier classes...