Skip to content

Commit 35685f6

Browse files
committed
docs
1 parent 2fe20fd commit 35685f6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## atomic-css 0.1.0
44

5-
This package renamed to atomic-css with a focus on css utilities. View, Url and other Hyperbole-specific types moved to Hyperbole. Still provides an Html monad
5+
Renamed library to atomic-css with a focus on css utilities. View, Url and other Hyperbole-specific types moved to Hyperbole. Still provides an Html monad
6+
67
Major rewrite of Library and API
78
* New interface with operators: (@) for attributes, (~) to utilities
8-
* Defining custom CSS and new utilities is more intuitive
9+
* Defining custom CSS selectors and new utilities is more intuitive
910

1011
## web-view 0.7.0
1112

@@ -28,7 +29,6 @@ Major rewrite of Library and API
2829
* extClass to add external css class
2930
* inline elements
3031
* Url: no longer lowercases automatically. Show/Read instance
31-
*
3232

3333
## web-view 0.4.0
3434

src/Web/Atomic/CSS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ See
188188

189189
{- $flexbox
190190
191-
We can intuitively create layouts by combining of 'flexRow', 'flexCol', 'grow', and 'stack'
191+
We can intuitively create layouts by combining 'flexRow', 'flexCol', 'grow', and 'stack'
192192
193193
@
194194
holygrail = do

src/Web/Atomic/CSS/Layout.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Maintainer: Sean Hess <seanhess@gmail.com>
99
Stability: experimental
1010
Portability: portable
1111
12-
We can intuitively create layouts by combining of 'flexRow', 'flexCol', 'grow', and 'stack'
12+
We can intuitively create layouts by combining 'flexRow', 'flexCol', 'grow', and 'stack'
1313
1414
1515
@

src/Web/Atomic/Html/Tag.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Maintainer: Sean Hess <seanhess@gmail.com>
66
Stability: experimental
77
Portability: portable
88
9-
We can intuitively create layouts by combining of 'row', 'col', 'space', and 'stack'
9+
We can intuitively create layouts by combining 'row', 'col', 'space', and 'stack'
1010
1111
@
1212
holygrail = do

0 commit comments

Comments
 (0)