Compare commits
2 commits
1be9d7f04c
...
29cafc0d8d
Author | SHA1 | Date | |
---|---|---|---|
29cafc0d8d | |||
097cf4500c |
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
# vim: spell spelllang=en
|
# vim: spell spelllang=en
|
||||||
title: 'Embracing Modern Css'
|
title: 'Embracing Modern CSS'
|
||||||
slug: 'embracing-modern-css'
|
slug: 'embracing-modern-css'
|
||||||
date: '2025-07-06T14:29:26+02:00'
|
date: '2025-07-06T14:29:26+02:00'
|
||||||
draft: true
|
draft: false
|
||||||
categories:
|
categories:
|
||||||
- dev
|
- dev
|
||||||
tags:
|
tags:
|
|
@ -3,7 +3,7 @@
|
||||||
title: 'Adopter un CSS moderne'
|
title: 'Adopter un CSS moderne'
|
||||||
slug: 'adopter-css-moderne'
|
slug: 'adopter-css-moderne'
|
||||||
date: '2025-07-06T14:29:26+02:00'
|
date: '2025-07-06T14:29:26+02:00'
|
||||||
draft: true
|
draft: false
|
||||||
categories:
|
categories:
|
||||||
- dev
|
- dev
|
||||||
tags:
|
tags:
|
||||||
|
@ -111,12 +111,12 @@ header {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Le fichier CSS de ce site a été réécrit en utilisant le CSS imbriqué.
|
Le fichier [CSS de ce site] a été réécrit en utilisant le CSS imbriqué.
|
||||||
|
|
||||||
[SASS]: https://sass-lang.com
|
[SASS]: https://sass-lang.com
|
||||||
[CSS Nesting]: https://drafts.csswg.org/css-nesting/
|
[CSS Nesting]: https://drafts.csswg.org/css-nesting/
|
||||||
[supporté par 90% des utilisateurs]: https://caniuse.com/css-nesting
|
[supporté par 90% des utilisateurs]: https://caniuse.com/css-nesting
|
||||||
[CSS file]: https://bcarlin.net/static/css/bcarlin.css
|
[CSS de ce site]: https://bcarlin.net/static/css/bcarlin.css
|
||||||
|
|
||||||
## Variables CSS
|
## Variables CSS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue