@onereach/styles 2.33.1-beta.2186.0 → 2.33.1-beta.2204.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.33.1-beta.2186.0",
3
+ "version": "2.33.1-beta.2204.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -218,7 +218,6 @@ module.exports = {
218
218
 
219
219
  addVariant('children', ['& > *']);
220
220
  addVariant('first-child', ['& > *:first-child']);
221
- addVariant('intermediate-child', ['& > *:not(:first-child):not(:last-child)']);
222
221
  addVariant('last-child', ['& > *:last-child']);
223
222
 
224
223
  addVariant('links', ['& :any-link']);