Commit graph

1384 commits

Author SHA1 Message Date
Ismail El Korchi
d6ccb97e0b
Migrate from Travis to Github Actions (#1517) 2022-01-01 22:03:33 +01:00
Ismail El Korchi
56a8114f28
Update npm dependencies (#1516) 2022-01-01 21:01:22 +01:00
Nabil Kadimi
e8a5863ff4
Improve phpcs.xml.dist comments (#1465) 2020-09-14 13:17:10 +01:00
Brooke
435c4e7b83
Remove PHPCS Ignore Around $content-width (#1450)
The WordPress Coding Standards no longer show an error when the
$content-width global is overwritten. This PR removes the comment around
that global.

See: https://github.com/WordPress/WordPress-Coding-Standards/pull/1773
2020-07-28 16:27:01 +01:00
Chris
9c9483c821
Use _S_VERSION constant when enqueuing customizer.js (#1445) 2020-07-11 12:41:19 +01:00
Ismail El Korchi
6d8fe12427
Update composer and node dependencies (#1444)
* Update composer and node dependencies
* Disable stylelint's selector-class-pattern rule
2020-07-10 14:53:55 +01:00
Jérémy Levron
6a63117bd1
Add missing s in languages directory name (#1442) 2020-07-08 15:20:45 +01:00
Said El Bakkali
e78a808897
Exclude alignment classes from RTL conversion (#1435) 2020-05-16 02:19:26 +00:00
Truong Giang
7226368f4c
Add new required header fields for style.css (#1432) 2020-05-15 02:55:56 +00:00
Ismail El Korchi
98777c2554
Remove redundant font-size declarations (#1434) 2020-05-15 02:39:09 +00:00
Ismail El Korchi
e7d95951b8
Refactor navigation.js to Javascript ES6 (#1423) 2020-05-15 00:26:03 +00:00
Ismail El Korchi
ef77ee91d4
Delete the custom bundle script in favor of an npm package (#1433) 2020-05-15 00:25:03 +00:00
Kostas Vrouvas
759502c763
Fix small typo (#1428) 2020-05-12 04:22:28 +00:00
Ismail El Korchi
5c74dc9fa8
Re-organize SASS structure (#1425) 2020-05-10 01:40:21 +00:00
Ismail El Korchi
27fc314b55
Add a SASS watcher command (#1427)
* Add a SASS watcher command

* Simplify the compile:css command
2020-05-10 00:58:16 +00:00
Ismail El Korchi
301248d5e7
Remove the skip link focus fix (#1424) 2020-05-07 05:09:46 +00:00
Said El Bakkali
cf4410cb1f
Replace className.indexOf with classList.contains (#1422)
* Compile rlt styles

* Replace className.indexOf with classList.contains

* Fix the composer comand

* Update js/navigation.js

Co-authored-by: Ismail El Korchi <ismail.elkorchi@gmail.com>

* Update js/navigation.js

Co-authored-by: Ismail El Korchi <ismail.elkorchi@gmail.com>

* Update js/navigation.js

Co-authored-by: Ismail El Korchi <ismail.elkorchi@gmail.com>

Co-authored-by: Ismail El Korchi <ismail.elkorchi@gmail.com>
2020-05-06 07:20:29 +00:00
Sajedeh Gooklani
50ce93c7cd
Use CSS grid for gallery styles (#1246)
Co-authored-by: Ismail El Korchi <ismail.elkorchi@gmail.com>
2020-05-03 23:26:48 +00:00
Ismail El Korchi
a9699ffb9b
Update README.md documentation (#1419) 2020-05-01 22:52:03 +00:00
Ismail El Korchi
dfd1dd9e48
Add a bundle script to generate a zip file for theme distribution (#1417) 2020-04-30 20:15:59 +00:00
Ismail El Korchi
572888d9cf
Update npm dependencies (#1418) 2020-04-30 18:13:54 +00:00
Luiz "Bills
0b3e249192
Float implies the use of the block layout (#960) 2020-04-24 20:05:18 +00:00
Neil Abraham
e8650e1ee9
Use the system font stack from WP admin (#1416) 2020-04-24 12:36:40 +00:00
Neil Abraham
fd76af274d
Upgrade normalize.css to v8.0.1 (#1415) 2020-04-24 10:59:13 +00:00
Ismail El Korchi
5c9c0fc9d5
Remove the layouts folder (#1398) 2020-04-23 17:07:33 +00:00
Neil Abraham
4909e965c4
Remove font-size mixin (#1413) 2020-04-23 16:16:40 +00:00
Vasu
a4dae93801
Add grid layout to .no-sidebar (#1412) 2020-04-23 16:08:18 +00:00
Ismail El Korchi
9dc865c32b
Merge pull request #1251 from mor10/css-grid
Refactor _S to modern CSS layout standards using grid and flex
2020-04-18 19:41:54 +01:00
Morten Rand-Hendriksen
31df4716c8 Refactor the css layout to use grid and flex
Remove #primary

Remove #primary, take 2

Change primary layout module to CSS grid.

Remove ::before / ::after based clearfixes. When using flex and grid, pseudo-elements are considered flex/grid elements and cause unexpected behavior. Clearfix is a tool to resolve clearing when using float-based layouts. Modern flex/grid-based layouts do not need them.

Main menu: Use flex as layout module.

Main menu cleanup.

Comments, Posts, and Post Navigation: Use flex for layout. Automatic RTL.

Remove errant test data.

- Fixed skip to content link to point to main content (#primary).
- Changed ID for <main> to #primary to preserve original separation between main and sidebar (#secondary).
- Removed superfluous ID reference to #secondary in CSS.
- Cleaned up whitespace triggering Travis errors.

Fix wpcs issues

Cleaning the rebase

Compile CSS

Remove primary div from WooCommerce too

grid-template-columns property doesn't support negative values
2020-04-18 19:26:11 +01:00
Ismail El Korchi
0fb601bdbe
Merge pull request #1411 from Ismail-elkorchi/CONTRIBUTING.md
Add instruction to run CLI tools in CONTRIBUTING.md
2020-04-17 22:44:01 +01:00
Ismail El Korchi
fce04b6b4e
Merge pull request #1161 from Automattic/update-single-post-nav
Add "Next/Previous" text to single-post navigation
2020-04-17 22:38:12 +01:00
Ismail El Korchi
40978b6b78 Fix WPCS errors 2020-04-17 22:24:27 +01:00
Ismail El Korchi
99b9ca117a Merge branch 'master' into update-single-post-nav 2020-04-17 22:05:34 +01:00
Ismail El Korchi
d4689ff5fd Add instruction to run CLI tools in CONTRIBUTING.md 2020-04-17 21:50:14 +01:00
Ismail El Korchi
faac8fa287
Merge pull request #1410 from Ismail-elkorchi/optimize-travis
Travis CI : don't install dependencies unless they are used
2020-04-16 23:09:41 +01:00
Ismail El Korchi
d8eac45712 Travis CI : dont install dependencies unless they are used 2020-04-16 23:01:18 +01:00
Ismail El Korchi
a00645e7fc
Merge pull request #1409 from Ismail-elkorchi/@wordpress/scripts
Update @wordpress/scripts package
2020-04-16 22:44:46 +01:00
Ismail El Korchi
253b7a08d8 Update @wordpress/scripts package 2020-04-16 22:32:44 +01:00
Ismail El Korchi
d788f9b374
Merge pull request #1407 from neilabraham/master
Readme: six-step find and replace
2020-04-16 12:19:27 +01:00
Neil Abraham
3749eb6bae Readme: now six-step find and replace 2020-04-16 09:20:40 +01:00
Ismail El Korchi
817e14f312
Merge pull request #1406 from Ismail-elkorchi/fix-gallery-zoom
Fix the WooCommerce gallery zoom and gallery lightbox
2020-04-15 10:43:22 +01:00
Ismail El Korchi
153ca6a0fb
Merge pull request #1405 from Ismail-elkorchi/travis-xenial
Bump the Linux distribution on Travis from Trusty to Xenial
2020-04-15 10:39:33 +01:00
Ismail El Korchi
21d52ac87a Bump the Linux distribution on Travis from Trusty to Xenial
And add missing OS and change matrix to jobs
2020-04-15 00:07:34 +01:00
Ismail El Korchi
c6da2b7087 Fix the WooCommerce gallery zoom and gallery lightbox 2020-04-14 23:36:44 +01:00
Ismail El Korchi
ce85ca3291
Merge pull request #1404 from Ismail-elkorchi/woocommerce-aria
Remove an unnecessary ARIA role
2020-04-14 18:35:33 +01:00
Ismail El Korchi
5b1bf56a50 Remove an unnecessary ARIA role 2020-04-14 18:14:58 +01:00
Ismail El Korchi
b04bcdcc1f
Merge pull request #1396 from Ismail-elkorchi/rtl-css
Use build tooling to compile the RTL CSS
2020-04-13 20:27:00 +01:00
Ismail El Korchi
2c0d578a80
Merge pull request #1399 from Ismail-elkorchi/update-readme.txt
Update readme.txt
2020-04-13 20:15:44 +01:00
Ismail El Korchi
0388070422
Merge pull request #1401 from audrasjb/fix-html5-support-style-script
Declare HTML5 scripts and styles support for better compliance with W3C validator
2020-04-12 23:50:17 +01:00
Jb
d6f8026895 Declare HTML5 scripts and styles support for better compliance with W3C validator 2020-04-13 00:14:06 +02:00