css-dsl

Generated DSLs for CSS frameworks for scalatags and scala-js-react

Stars
10
Committers
3
css-dsl - v0.9.0 Latest Release

Published by nafg almost 3 years ago

What's Changed

  • Update scalatags to 0.11.0

  • scalajs-react 2.0.0. Add Scala 3 and drop 2.12

  • Add Bootstrap 5

Full Changelog: https://github.com/nafg/css-dsl/compare/v0.8.0...v0.9.0

css-dsl - v0.8.0

Published by nafg almost 3 years ago

css-dsl - Add Font Awesome. Use latest versions automatically.

Published by nafg over 4 years ago

css-dsl - Scalajs-react 1.7.0, scalatags 0.9.1

Published by nafg over 4 years ago

css-dsl - Update frameworks and add Fomantic UI (Semantic UI fork)

Published by nafg over 4 years ago

  • Add a script to quickly check all the latest versions
  • Refactor build to separate version strings from the rest
    to make updating easier
  • Handle a possible null safely
css-dsl -

Published by nafg about 5 years ago

  • Use scalameta and ph-css instead of treehugger and cssparser
  • Bulma was missing isArrowless and isMultiple
  • Bootstrap 4 is upgraded from 4.2 to 4.3
  • Prefixed version of DSLs
  • Common top-level package cssdsl
  • The DSL objects themselves are named consistently, Dsl for unprefixed, XxDsl for prefix xx.
  • Support [class] selectors when they don't end with -
  • Add Semantic UI
  • Add support for scalatags.Text on JVM