1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 08:04:13 +02:00
Commit Graph

565 Commits

Author SHA1 Message Date
Kognise
7c8261264f Add run on Repl.it badge to README (#164)
Add run on Repl.it badge to README
2019-12-10 21:11:01 -05:00
Kognise
826327ee49 Add run on repl.it badge to README
This pull request configures this repository to be run on Repl.it.      It adds a `.replit` configuration file and a Repl.it badge to the `README`.
     You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://staging.repl.it/@Kognise/watercss-16).
2019-12-11 02:09:42 +00:00
Kognise
45d0f4e6f8 Break words when word wrapping (#162)
Break words when word wrapping
2019-11-15 00:32:48 -05:00
dotcomboom
b8ae8497b7 Break words when word wrapping
Prevents long strings of characters (say, "AAAAAAAAAAAAAAAAAAAAAAAA" for example) from going out of the content area and making you have to scroll.
2019-11-14 21:37:50 -06:00
kylejrp
bc386c2bcb Merge pull request #92 from jonaskuske/docs/theming
[WIP] README update / Theming section
2019-11-05 10:05:32 -08:00
Jonas
4540c50966 Merge branch 'master' into docs/theming 2019-11-05 18:39:07 +01:00
kylejrp
f8bdc84277 Merge pull request #118 from yudi43/master
Update README.md
2019-11-01 21:44:02 -07:00
kylejrp
c38f959ffa Merge branch 'master' into master 2019-11-01 21:43:00 -07:00
kylejrp
d0201a5a7e Fix filesize goals
Supersedes #63, fixes #36.

Resubmitting the merge request without any `gulpfile.js` changes now that the old merge request is severely out of date.
2019-11-01 21:07:21 -07:00
kylejrp
3eaf87976a Merge pull request #141 from M1seRy/master
chore: grammar in the meantime => in the mean time
2019-11-01 21:02:25 -07:00
kylejrp
e72ac1180b Merge branch 'master' into master 2019-11-01 21:00:34 -07:00
kylejrp
ce761ba414 Merge pull request #121 from marcobiedermann/hotfix/coding-style
Hotfix: coding style
2019-11-01 18:23:01 -07:00
kylejrp
65af58f6dd Merge branch 'master' into hotfix/coding-style 2019-11-01 18:21:54 -07:00
kylejrp
48389a8abd Merge pull request #119 from kimulaco/fix/html-validate
Fixed HTML syntax of the demo page
2019-11-01 17:24:13 -07:00
kylejrp
effca75e0a Merge branch 'master' into fix/html-validate 2019-11-01 17:21:49 -07:00
kylejrp
1d7476a969 Merge pull request #115 from kognise/add/style-guidelines
Add style guidelines/linter
2019-11-01 17:05:02 -07:00
kylejrp
0a87b29b6e Merge branch 'master' into add/style-guidelines 2019-11-01 17:03:57 -07:00
kylejrp
400fcd8980 Merge pull request #120 from justinasposiunas/contributing-doc
Created Contributing Guide
2019-11-01 16:33:52 -07:00
kylejrp
aacf0a24fe Merge branch 'master' into contributing-doc 2019-11-01 16:32:14 -07:00
kylejrp
8dbf792b0d Merge branch 'master' into master 2019-11-01 16:26:14 -07:00
kylejrp
2ed8547fb5 Merge pull request #116 from kognise/dependabot/npm_and_yarn/mixin-deep-1.3.2
build(deps): bump mixin-deep from 1.3.1 to 1.3.2
2019-11-01 16:25:45 -07:00
dependabot[bot]
5c413838c3 build(deps): bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-01 23:22:29 +00:00
kylejrp
c25908c8eb Merge pull request #122 from olgark/master
Add footer example
2019-11-01 16:19:36 -07:00
Justinas Pošiūnas
2d9bbec3ce Merge branch 'master' into contributing-doc 2019-10-31 20:02:00 +02:00
wuxinhua
083f8f7b27 chore: grammar in the meantime => in the mean time 2019-10-31 13:45:25 +08:00
Lee Garkusha
b42974bb25 Add footer example 2019-10-03 19:50:07 -04:00
Marco Biedermann
3ee2f57946 fix: space
Add missing space after selector
2019-10-03 23:32:25 +02:00
Marco Biedermann
92ae2e2517 fix: pseudo elements
Fix pseudo element syntax
2019-10-03 23:31:06 +02:00
Marco Biedermann
6e9b58a913 fix: space
Remove space before comma
2019-10-03 23:28:09 +02:00
Justinas Pošiūnas
1263007453 linked contributing.md in readme.md 2019-10-03 10:35:45 +03:00
Justinas Pošiūnas
2650aed270 added contributing.md first revision 2019-10-03 10:35:30 +03:00
kimulaco
7e48e0c34b Fix illegal character in path segment 2019-10-03 14:17:28 +09:00
kimulaco
a92d7ee596 Fix character entities 2019-10-03 14:06:32 +09:00
kimulaco
16345af22c Fix duplicate id attr 2019-10-03 14:00:35 +09:00
kimulaco
cf45eef0a0 No need for style attr 2019-10-03 13:59:49 +09:00
kimulaco
e3550439d1 No need for width and height units 2019-10-03 13:58:03 +09:00
Yudhishthir Singh
1a1f74f0ee Update README.md 2019-10-03 07:16:45 +05:30
dependabot[bot]
885f26712e build(deps): bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-02 19:12:05 +00:00
Felix Mattick
dbc9c50f34 Add style linting and fix problems 2019-10-02 12:03:14 -07:00
Felix Mattick
4eba6d54ac Add Standard linting and fix problems 2019-10-02 11:09:20 -07:00
Felix Mattick
2d029be3fc Install standard 2019-10-02 10:59:34 -07:00
Felix Mattick
89db17b227 Merge branch 'remove-dist' 2019-10-02 10:41:45 -07:00
kylejrp
9edc3c8200 Merge pull request #113 from JanSchneider1/master
#111 Seperate browserlist for modern builds
2019-10-02 10:03:07 -07:00
kylejrp
006e641189 Merge branch 'master' into master 2019-10-02 10:01:48 -07:00
kylejrp
4c3a1f1759 Merge pull request #108 from olgark/master
Update styles for multiple select elements. Add example of small and fieldset element.
2019-10-02 09:57:59 -07:00
Lee Garkusha
8dcdb635f9 Update margin and padding on fieldset to match other form elements 2019-10-02 06:15:32 -04:00
Jan Schneider
6d37bf30c3 #111 Seperate browserlist for modern builds 2019-10-02 11:34:55 +02:00
Melanie Seltzer
cf55a56b61 Remove dist folder 2019-10-01 23:25:20 -07:00
Lee Garkusha
40f0829b97 Add fieldset example. Move some existing fields into the fieldset. 2019-10-01 21:48:35 -04:00
Lee Garkusha
1b4fdf7253 Update styles for multiple select elements. Add example of small element. 2019-10-01 21:11:45 -04:00