WooCommerce Code Reference

Import
in package
implements AtRule, Positionable Uses Position

Class representing an `@import` rule.

Interfaces, Classes and Traits

AtRule
Positionable
Represents a CSS item that may have a position in the source CSS document (line number and possibly column number).

Table of Contents

$oLocation  : URL
$sMediaQuery  : string
__construct()  : mixed
__toString()  : string
addComments()  : void
atRuleArgs()  : array<int, \Automattic\WooCommerce\EmailEditorVendor\Sabberworm\CSS\Value\URL|string>
atRuleName()  : string
getComments()  : array<array-key, Comment>
getLocation()  : URL
getMediaQuery()  : string
render()  : string
setComments()  : void
setLocation()  : void

Properties

Methods