GitXplorerGitXplorer
t

css-module-scripts-demo

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fa3ec3ee8cc8300f7f53b1344d368725e67f40c7

add favicon

tthescientist13 committed 5 months ago
Unverified
c42370183caf77daab9142fe034a965d68ad1e5d

configure build output directory

tthescientist13 committed 5 months ago
Unverified
e03569eb8ce53c4ea4602b0b2d1bf36c43ec5a43

configure build output directory

tthescientist13 committed 5 months ago
Unverified
d24b2fc1eaeb99e0f9cd28db85a4bab6ca25cffd

init commit

tthescientist13 committed 5 months ago
Verified
d6205c0c6e31d75a9f1bcea27a408b1daa56482a

Initial commit

tthescientist13 committed 5 months ago

README

The README file for this repository.

css-module-scripts-demo

A demo repo of CSS Modules Scripts and shared styles.

Setup

You'll need to run this in a browser that supports Import Attributes and CSS Module Scripts, like Chrome.

  1. Clone the repo
  2. Start the demo by running
    $ npx http-server ./src
  3. Open http://localhost:8080 in your browser