0.6.0 • Published 5 months ago

makeup-style v0.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

makeup-style

Minimal CSS files for correcting and improving default browser CSS; for styling in general and typographic style.

Installation and documentation

The files in question are exported as ("makeup-style/..."):

default.css
develop.css
where-default.css
where-develop.css

The actual files are located in the “src” folder for the real path.

Inspired by The Elements of Typographic Style, normalize.css, modern-normalize, CSS Remedy, sanitize.css, Open Props, A modern CSS reset (there's also this custom CSS reset).

Plan v2:

  • Support variable font, e.g., for b, strong.
  • - Wrap stuff in :where() or use @layer. :where() is available in alt. files.

Nope:

  • Remove [hidden] ... display: none? Should be implemented in all used browsers now. No! It's for maintaining behaviour.

default.css maybes:

  • Let SVG scale without boundaries:

    	```css
    	img[src$=".svg"] {
    		width: 100%;
    		height: auto;
    		max-width: none;
    	}
    	```
  • makeup-style/ahead.css, ../develop.css, ../space.css, ../typography.css
  • ( ) default.css, developer.css, space.css, typography.css (for potential style-some)
  • (-) default.css, develop.css, (space.css, typography.css)

makeup-style is the updated remake of Floor Typography CSS.

Changes from Floor Typography CSS v22:

  • Updated default CSS revising and normalizing, more tested.
  • Less files and features, more quality.
  • --line-span var for headings (not --h…-min-font-size).
  • --space var for controlling spacing (not --spacer). - Space is not removed for sub-lists (would cause unexpected list styles if parent list was styled unconventional. Rather remove margin for sub-lists in containers of choice).
0.6.0

5 months ago

0.5.0

11 months ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

2 years ago

0.3.5

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.1.0

2 years ago

0.2.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago