JSPM

dynamic-style-sheets

1.0.0-alpha.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q35624F
  • License MIT

Universal, dynamic & modular API to handle Styling in JavaScript

Package Exports

  • dynamic-style-sheets

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dynamic-style-sheets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Dynamic Styling in JavaScript.
TravisCI Test Coverage npm version npm downloads gzipped size

Note: Still in Progress of finishing the full specification. Implementations land piece by piece afterwards and only with full test coverage.

Dynamic Style Sheets (DSS) is an approach to create an universal, modular, compact and performant API to handle Styling in JavaScript. It adds dynamic behavior to extend and modify styles over time. It is considered a low-level API, but serves well in production as a stand-alone solution as well.

The API is strictly designed alongside numerous design principles While it is build with CSS and web technology in mind, it is not bound to the DOM nor CSS explicitly but build upon basic and abstract Components that can even be used with libraries like React Native.

API documentation

License

Dynamic Style Sheets is licensed under the MIT License.
Documentation is licensed under Creative Common License.
Created with ♥ by @rofrischmann.