Files
dealplustech/dealplustech-astro/node_modules/ansi-align/CHANGELOG.md
Kunthawat Greethong 3ed9f3f3ff 🎨 Fix CSS: Import global.css + plain CSS styles
CSS was not being imported! Fixed:

 Added 'import ../styles/global.css' to BaseLayout.astro
 Rewrote CSS with plain CSS (not @apply which wasn't working)
 Cookie banner has inline styles as backup
 Font size: 16px base
 Solid colors: green-600 (#16a34a), gray-900 (#111827)
 Footer has policy links

Build: 12 pages 
2026-03-10 08:21:30 +07:00

1.7 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2021-09-27)

Bug Fixes

  • package: update string-width to version 4.1.0 (#52) (ab5b733)

3.0.0 (2018-12-17)

Bug Fixes

  • package: update string-width to version 3.0.0 (#50) (67f0d8f)

BREAKING CHANGES

  • package: Node 4 no longer supported, please update to Node 6+ or use ansi-align@2.0.0

2.0.0 (2017-05-01)

Features

  • ES2015ify, dropping support for Node <4 (#30) (7b43f48)

BREAKING CHANGES

  • Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use ansi-align@1.1.0

1.1.0 (2016-06-06)

Features

  • support left-alignment as no-op (#3) (e581db6)

1.0.0 (2016-04-30)

Features