Alea
a78b4a6b92
Update navbar.html
2023-03-13 00:42:49 -04:00
Alea
fd5e708e82
change hamburger menu to button
...
for browser accessibility support the hamburger menu should be a button. An anchor is for navigation, a button is for an action like a toggle.
2023-03-13 00:31:08 -04:00
Jeremy Thomas
8f1fe93dbf
Fix link
2023-03-06 07:33:55 +00:00
Jeremy Thomas
6805abd747
Update March 2023
2023-03-05 19:10:12 +00:00
Martin Kolárik
538e83f001
Fix "style" field
2023-02-16 07:43:17 +00:00
Jeremy Thomas
99ffccd24e
Update February
2023-02-03 13:09:18 +00:00
Christoph Krybus
caaeb14827
Add Crispy-Bulma to Related projects in Readme
2023-01-22 22:45:07 +00:00
Jeremy Thomas
92e232b006
Update package versions
2023-01-09 11:59:05 +00:00
Jeremy Thomas
c0e407b695
Update links
2023-01-09 11:56:08 +00:00
Jeremy Thomas
1a94748fd0
Update Bulma love and backers 2023
2023-01-02 15:18:01 +01:00
Dylan Kok
ea9307c9e0
Copyright notices 2022 --> 2023
2023-01-01 19:21:35 +01:00
Jeremy Thomas
36582b2f6d
Update love page
2022-12-02 13:28:21 +00:00
Jeremy Thomas
91c1677b9f
Update December 2022
2022-12-01 19:02:29 +00:00
Jeremy Thomas
bd2e065ab7
Update dependencies
2022-11-23 17:09:26 +00:00
Jeremy Thomas
40aec85009
Update links
2022-11-12 22:28:09 +00:00
Jeremy Thomas
80edcddff0
Update backers
2022-11-03 17:34:58 +00:00
Jeremy Thomas
b3e32a77da
Fix JSON
2022-10-03 13:08:23 +02:00
Jeremy Thomas
154a7b43ec
Update love page
2022-10-03 13:03:35 +02:00
Jeremy Thomas
f6c340a0d6
Update October 2022
2022-10-03 13:01:57 +02:00
andesol
2ba79e76c4
wrap lines in code to reduce size of the example
2022-09-27 22:39:45 +01:00
Jeremy Thomas
1af081285e
Update September 2022
2022-09-04 11:18:10 -07:00
Jeremy Thomas
cde944892a
Fix homepage
2022-08-25 23:24:43 +02:00
Juan Ramón Bonell Marti
514229c985
Update with-sass-cli.html
...
Changed sintax of "no-source-map"
2022-08-16 18:51:57 +02:00
Wahyu Wiyoko
64f739c0c9
Change font awesome link and fix anchor link on select docs
2022-08-09 15:02:13 +02:00
Jeremy Thomas
77d2c50296
Fix link
2022-08-06 16:41:25 +02:00
Jeremy Thomas
5a40f18a40
Update August 2022
2022-08-02 22:20:13 +02:00
Jeremy Thomas
cd0f024343
Update list
2022-07-18 11:03:55 +02:00
Jeremy Thomas
a609b5c392
Update July 2022
2022-07-04 18:04:36 +02:00
Stav Geffen
476b720497
corrects link url to responsiveness page
2022-06-25 21:42:46 +02:00
Jeremy Thomas
991a3d2163
Update sponsors.json
2022-06-24 13:03:20 +02:00
Jeremy Thomas
1e5a1736c8
Update vertical snippets
2022-06-22 00:50:03 +02:00
R. Eliut
644542a3c8
Adding 'Bulma CSS Class Completion' to related projects in
2022-06-18 12:02:33 +02:00
Jeremy Thomas
4056e01067
Fix links
2022-06-16 18:45:25 +02:00
Jeremy Thomas
c02757cd30
Fix duplicate
2022-06-06 12:13:26 +02:00
Jeremy Thomas
0bd2339e21
Fix list
2022-06-03 12:09:12 +02:00
Jeremy Thomas
95b76ecb2a
Update Expo June 2022
2022-06-03 12:06:14 +02:00
Jeremy Thomas
bdf6ec49f4
Update June 2022
2022-06-03 11:45:26 +02:00
Ashesh Singh
47d7f8dea8
Remove duplicate link
...
The `site.data.links.more` array already includes 'love':
a170216c6c/docs/_data/links.json (L694)
2022-05-14 08:15:24 +02:00
Jeremy Thomas
117bc975bc
Show 0.9.4 docs
2022-05-08 14:59:57 +01:00
Jeremy Thomas
3e00a8e6d0
Build 0.9.4
2022-05-08 14:49:05 +01:00
Jeremy Thomas
ab8745e0c6
Update changelog
2022-05-08 14:45:13 +01:00
Jeremy Thomas
d4b62a2803
Fix #3076
2022-05-08 14:10:11 +01:00
Jeremy Thomas
0ce084170a
Setup cypress ( #3436 )
...
* Setup Cypress tests for box and button
* Add container tests
* Add Cypress workflow
* Use npm install
* Update Cypress workflow
* Add Jekyll build
* Test other action
* Test custom setup
* Use other ruby action
* Test without flag
* Move cypress to docs folder
* Record runs
* Add Content, Icon, Image specs
* Add Notification specs
* Add Progress and Table specs
* Add Tags specs
* Add Title specs
* Add breadcrumb specs
* Add more specs
* Add media specs
* Add menu specs
* Add modal specs
* Add navbar specs
* Add pagination specs
* Add panel specs
* Add tabs specs, Add form checkbox radio specs
* Add utils
* Add file specs
* Add input textarea specs
* Add select specs
* Add form tools specs
* Add other elements specs
* Add footer and hero specs
* Add Hero specs
* Add section specs
* Add grid specs
* Add column sizes specs
* Add tiles specs
* Add generic specs
* Fix generic tests
* Make font family test looser
* Remove system-ui test
* Remove important flag
* Fix disabled select color
2022-05-08 13:55:16 +01:00
Jean Lecordier
895b77b3a9
Remove useless if in js example
...
If the length is 0, then the forEach call does nothing anyway
Could we remove the slice part as well ? If IE support is required, can’t we just use Array.prototype.forEach ? Can’t we just remove IE support all together to promote clean and up to date code ? Polyfills and code transpilation are here to help support IE
2022-05-08 09:26:03 +01:00
avt613
da784b2071
Given names to the 2 'Variable' sections
2022-05-08 09:24:55 +01:00
Jeremy Thomas
c2db8a0368
3500 fix ios bug ( #3521 )
...
* Fix docs navbar, Fix z-indices
* Update dependencies, Fix #3500
* Update changelog
2022-05-07 12:10:40 +01:00
Peta Sittek
8ed98422a7
Remove useless console.log() from Modal example
2022-05-06 17:22:45 +01:00
Jeremy Thomas
86ab4a4353
Backers May 2022
2022-05-03 16:35:12 +02:00
Jeremy Thomas
a170216c6c
Update May 2022
2022-05-03 15:21:05 +02:00
Átila Fernandes Bastos
cb2666deb6
Fixes #3510 ( #3516 )
...
* fix: update sidebar z-index to fix overlapping
* chore: generate minified files
* fix: update .scss file
2022-04-28 21:48:42 +01:00