aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/releases/1.1.0.md
blob: c7020d3cdbd08a4b804d21ee32bd1a59e7191c25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

 - Added npm exports for more convenient importing:

    | Import                | Used to be                               |
    | :-------------------- | :--------------------------------------- |
    | `missing.css`         | `missing.css/dist/missing.min.css`       |
    | `missing.css/prism`   | `missing.css/dist/missing-prism.min.css` |
    | `missing.css/js/*.js` | `missing.css/dist/missing-js/*.js`       |

 - Dialogs have better contrast.


## For developers

 - In this release, we switched from PostCSS to Lightning CSS.

 - With the introduction of CSS nesting in ~all browsers,
   Missing.css can now be run directly from source!
   This is how this website itself uses it --
   check the devtools style editor to see it in action.
   We still transpile for wider browser support.