-- |
-- Module      : Css.Selector.Utils
-- Description : A set of utility methods to encode and decode strings.
-- Maintainer  : hapytexeu+gh@gmail.com
-- Stability   : experimental
-- Portability : POSIX
--
-- A module for backwards compatibility that re-exports 'Css3.Selector.Utils'. This module is deprecated and eventually will be removed.
module Css.Selector.Utils
  {-# DEPRECATED "Use Css3.Selector.Utils instead" #-}
  ( module Css3.Selector.Utils,
  )
where

import Css3.Selector.Utils