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
Jonas Kuske
143373130d docs: update README to include new builds 2019-05-27 23:31:34 +02:00
Jonas Kuske
79ad695531 feat: add build files, add docs/ and .github/ 2019-05-27 23:31:34 +02:00
kylejrp
11095491c4 Merge pull request #72 from kimulaco/hotfix/color-overlap
Fix color overlap
2019-05-25 11:02:41 -07:00
Kognise
caed4a41a2 Merge branch 'master' into hotfix/table-color 2019-05-25 08:44:55 -04:00
kimulaco
39ab1744b6 Change color variables 2019-05-08 20:46:38 +09:00
Jonas
21869afbd7 Merge pull request #1 from jonaskuske/feat/replace-gulp
Replace Sass with PostCSS
2019-05-07 18:36:16 +02:00
kimulaco
7378a36250 Fix inline code padding 2019-05-08 00:53:25 +09:00
Jonas Kuske
47e8e43008 chore: compile new builds based on PostCSS build step 2019-05-07 02:01:18 +02:00
Jonas Kuske
11b0a7d3a5 feat: update gulp to compile using PostCSS 2019-05-07 01:43:58 +02:00
Jonas Kuske
1efce0e559 feat: rename .scss -> .css and use color-mod() 2019-05-07 01:37:36 +02:00
Jonas Kuske
da5e8fd653 fix: typo - variable -> variables 2019-05-06 01:56:07 +02:00
Jonas Kuske
0de724ade2 feat: compile all new build versions 2019-05-06 00:32:19 +02:00
Jonas Kuske
be233afd74 feat: add new build configurations 2019-05-06 00:27:17 +02:00
Jonas Kuske
550e4a72fc feat: rewrite partials to use CSS variables 2019-05-06 00:26:54 +02:00
Jonas Kuske
bc0daa5de6 feat: extract & rewrite variables with CSS syntax 2019-05-06 00:26:30 +02:00
Jonas Kuske
413e189821 feat: update gulpfile to compile CSS variables 2019-05-06 00:24:42 +02:00
kylejrp
2f4c5fba5e Merge pull request #68 from jonaskuske/bugfix/responsive-images
Bugfix/responsive images
2019-05-04 20:24:25 -07:00
Jonas Kuske
615c423814 chore: build for deploy 2019-05-04 23:13:59 +02:00
Jonas Kuske
f75f577674 fix(img): add height: auto to keep aspect ratio 2019-05-04 23:11:13 +02:00
kylejrp
fced5e61ad Merge pull request #67 from co16353sidak/master
Creation and Implementation of selection variable
2019-05-04 09:59:56 -07:00
Sidak Singh Aulakh
22ef746db1 Merge branch 'master' into master 2019-05-04 22:11:42 +05:30
kylejrp
5733c6f96b Merge pull request #66 from pawptart/bugfix/switch-button
Fixed bug with switch button on first click
2019-05-02 19:01:21 -07:00
Tyler Porter
c80427fd8d Fixed bug with switch button on first click 2019-05-03 01:21:48 +00:00
Sidak Singh Aulakh
dd684c50e6 creation and implementation of selection variable 2019-04-30 01:57:20 +05:30
Kognise
770040da41 Merge pull request #60 from kylejrp/css-cleanup-v2
CSS Cleanup V2
1.4.0
2019-04-27 14:52:40 -04:00
Kognise
5bf4ff7429 Merge branch 'master' into css-cleanup-v2 2019-04-27 14:47:30 -04:00
Kognise
863fe51d46 Update theme variables 2019-04-22 18:27:42 -04:00
Kognise
d9c7d4a828 Add unminified info to readme 2019-04-22 18:26:36 -04:00
Kognise
fa99185faf Use unminified stylesheet in demo 2019-04-22 18:24:51 -04:00
Kognise
a70df99d59 Build 2019-04-22 18:24:25 -04:00
Kognise
93f29bb507 Merge pull request #62 from pawptart/fix/ie-switch-button
Changed switch button function for IE11 compatibility
2019-04-22 00:00:37 -04:00
Tyler Porter
89bccb61fd Changed switch button function for IE11 compatibility 2019-04-22 03:34:15 +00:00
Kognise
651f73a3ff Update _forms.scss 2019-04-20 17:44:41 -04:00
kylejrp
623430a367 Update src/parts/_forms.scss
Co-Authored-By: kognise <felix.mattick@gmail.com>
2019-04-20 17:40:19 -04:00
Kyle Pollard
1d48b7757d Run build before merging 2019-04-20 12:32:57 -07:00
Kyle Pollard
aebf27c289 Updated README.md with .min files 2019-04-20 12:30:08 -07:00
Kyle Pollard
d3851506f3 Added .gitattributes to ignore built files 2019-04-20 12:29:44 -07:00
Kyle Pollard
0d72b0675d Made demo page use .min.css files 2019-04-20 12:29:32 -07:00
Kyle Pollard
cd35275bbc Added .min.css files to dist
Made .css contain human readable styles
2019-04-20 12:29:10 -07:00
Kognise
a19ae73ed8 Merge branch 'master' into hotfix/table-color 2019-04-19 21:00:02 -04:00
kimulaco
7c7d355489 Change background color to tr other than tbody 2019-04-20 08:53:02 +09:00
kimulaco
ce39701d14 Change border to thead and tfoot 2019-04-19 22:56:28 +09:00
Kognise
bf2ff503e3 Account for proper table markup 2019-04-19 09:04:37 -04:00
Kognise
f7ae16ada3 Merge pull request #54 from kimulaco/feature/update-package-config
Change chalk into devDependencies
2019-04-19 09:02:16 -04:00
kimulaco
eb34c7d518 Change chalk into devDependencies 2019-04-19 19:04:21 +09:00
kimulaco
f08748c68c Fix selector which specifies table border 2019-04-19 18:27:52 +09:00
Kognise
444d0cc7c8 Pointer cursor for radio buttons 2019-04-18 13:35:32 -04:00
Kognise
26ca283dca Add radio and checkbox styles 2019-04-18 13:25:23 -04:00
Kognise
c25ba7b427 Build 2019-04-18 13:01:52 -04:00
Kognise
4a4d62401c Merge pull request #39 from kognise/bugfix/radio-buttons
Fix radio buttons
2019-04-18 13:01:32 -04:00