Marx Versions Save

The classless CSS reset (perfect for Communists).

v4.0.0

2 years ago

Marx v4.0.0

  • Move to using CSS with PostCSS and drop the dependence on SCSS and Stylus
  • Update all NPM dependencies
  • Remove SCSS and Stylus from Gulp build script
  • Update README.md
  • Move stylesheet files to /src
  • Remove $link-hover-color which was unused
  • Use CSS variables which allows for overrides.
<link  href="https://unpkg.com/marx-css/css/marx.min.css" rel="stylesheet">
<style>
:root {
  --primary: #008512;
  --link-color: #1a9f60;
}
</style>

v3.0.7

5 years ago

v3.0.6

5 years ago

v3.0.5

5 years ago

v3.0.4

5 years ago

v3.0.3

6 years ago

v3.0.2

6 years ago

v3.0.1

6 years ago

v3.0.0

6 years ago

Refined and updated all of the SCSS and Stylus!

v2.0.7

7 years ago