aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/css/value.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-1328/+0
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-11/+11
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-13/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-4/+4
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-3/+4
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-2/+2
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-3/+5
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-29/+29
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-1/+4
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-17/+17
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-11/+11
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-3/+4
2019-01-24Wrapped-up type-safe CSS.Eduardo Julian1-29/+420
2019-01-24Improvements & expansions for CSS machinery.Eduardo Julian1-77/+394
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian1-0/+625