Created by Stephanie Eckles (@5t3ph)
Visit Style Stage to view the available styles, and learn more about this project!
View the index of stylesheets available in this repo.
- Visit the files section to download the source files
- Get the Sass template for the original Main Stage which includes BrowerSync for hot-reload as you create your styles
- Jump right in by forking the full source CodePen.
- Get a minimal boost with the Style Stage Skeleton Starter CodePen
Then, create your own version of the stylesheet, being sure to adhere to the guidelines. Use the starters listed above, or begin from a blank file! Keep in mind you may not modify the HTML, including adding classes.
You may use any build setup you prefer, but the final submission should be the compiled CSS unminified. Style Stage processing will autoprefix your styles and prepend the stylesheet with the CC BY-NC-SA license as well as attribution using the metadata you provide.
To submit your stylesheet, create pull request containing a unique .json
file added to src/_data/styles/ following the schema below.
{
// Required
"title": "Main Stage Test",
"author": "Stephanie Eckles",
"stylesheet": "https://moderncss.dev/css/style.css",
// Optional
"twitter": "5t3ph",
"websiteTitle": "ModernCSS.dev",
"websiteUrl": "https://moderncss.dev"
}
You can file it as an issue.