Skip to content

Releases: mblode/marx

v4.0.0

16 Dec 02:55
Compare
Choose a tag to compare

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

31 Jan 04:43
b114419
Compare
Choose a tag to compare
Update README.md

v3.0.6

30 Jan 09:52
Compare
Choose a tag to compare
Fix Gulp complication

v3.0.5

10 Jan 05:30
33c614d
Compare
Choose a tag to compare
Update package.json

v3.0.4

03 Jan 21:55
Compare
Choose a tag to compare
Update gulp

v3.0.3

22 Mar 02:52
Compare
Choose a tag to compare
footer fix

v3.0.2

22 Mar 02:28
Compare
Choose a tag to compare
Update checkbox and radio button styling

v3.0.1

12 Mar 22:01
04baf04
Compare
Choose a tag to compare
Merge pull request #34 from inoas/ie8

3.0.1 (support IE8 again cause it is dead cheap)

v3.0.0

10 Mar 05:49
Compare
Choose a tag to compare

Refined and updated all of the SCSS and Stylus!

v2.0.7

27 Oct 04:33
Compare
Choose a tag to compare
v2.0.7